chore(deps): bump axios from 0.27.2 to 0.32.0#4152
Conversation
|
|
|
Your PR title doesn't contain a Jira issue key. Consider adding it for better traceability. Example:
Projects:
Please add a Jira issue key to your PR title. |
3001ddf to
53cc1df
Compare
| needle@https://codeload.github.com/clearbit/needle/tar.gz/84d28b5f2c3916db1e7eb84aeaa9d976cc40054b: | ||
| resolution: {tarball: https://codeload.github.com/clearbit/needle/tar.gz/84d28b5f2c3916db1e7eb84aeaa9d976cc40054b} | ||
| needle@git+https://git@github.com:clearbit/needle.git#84d28b5f2c3916db1e7eb84aeaa9d976cc40054b: | ||
| resolution: {commit: 84d28b5f2c3916db1e7eb84aeaa9d976cc40054b, repo: git@github.com:clearbit/needle.git, type: git} |
There was a problem hiding this comment.
Clearbit needle SSH resolution
Medium Severity
Regenerating the lockfile switched clearbit’s needle dependency from an anonymous HTTPS tarball to a git resolution whose metadata points at git@github.com:clearbit/needle.git. That can make pnpm install fail in CI or other environments that previously worked without GitHub SSH keys.
Additional Locations (1)
Reviewed by Cursor Bugbot for commit 53cc1df. Configure here.
1e08701 to
1e02ba4
Compare
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
There are 2 total unresolved issues (including 1 from previous review).
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, have a team admin enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 1e02ba4. Configure here.
| "@octokit/request": "^5.6.3", | ||
| "@octokit/rest": "^22.0.0", | ||
| "axios": "^1.13.1", | ||
| "axios": "^0.32.0", |
There was a problem hiding this comment.
Axios semver downgrade from 1.x
Medium Severity
This PR retargets multiple workspaces from axios 1.x ranges to ^0.32.0, which is a semver downgrade because major 1 sorts above 0. The stated goal is 0.27.2→0.32.0 on the legacy line; services already on 1.x should move to a current 1.x release, not 0.32.0.
Additional Locations (2)
Reviewed by Cursor Bugbot for commit 1e02ba4. Configure here.
a7eb49c to
ba2a968
Compare
Bumps [axios](https://github.com/axios/axios) from 0.27.2 to 0.32.0. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](axios/axios@v0.27.2...v0.32.0) --- updated-dependencies: - dependency-name: axios dependency-version: 1.16.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
ba2a968 to
67066b7
Compare


Bumps axios from 0.27.2 to 0.32.0.
Release notes
Sourced from axios's releases.
... (truncated)
Commits
8db2d44chore: bump version to v0.32.0 (#10840)2af6116chore: backport fixes from the v1x branch (#10838)a589dc5chore: bump version to v0.31.1 (#10766)b0c632ffix: backport security issues (#10764)b52187ffix: harden config merging (#10752)e3ddeb4fix: header security issues (#10750)f4f2d76chore: stop committing dist/ and remove bower (#10747)1f2f644chore: add CODEOWNERS (#10740)44bca90fix: improve regex in AxiosURLSearchParams (#10737)4c4f07ffix: form data recursion (#10728)Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for axios since your current version.
Note
Medium Risk
Wide HTTP client version change (including 1.x → 0.32.0) touches integrations, enrichment, and API paths with no code updates; 0.32.0’s null-prototype config merge may cause subtle runtime regressions.
Overview
Standardizes
axioson^0.32.0(resolved0.32.0) across the monorepo by updatingbackend/package.json, eight workers, and five shared libs (common_services,database,integrations,nango,opensearch). Several packages that previously pinned axios 1.x are now aligned with the backend’s 0.27.2 → 0.32.0 bump.pnpm-lock.yamlis regenerated so first-party packages share a singleaxios@0.32.0install; older lock entries for multipleaxios@1.xbuilds are removed. Third-party packages (e.g.@sendgrid/client,@slack/web-api,peopledatalabs) still pullaxios@1.17.0transitively. There are no TypeScript/runtime code changes in this diff.Reviewers should note 0.32.0 brings security hardening and a breaking change: merged config/header objects use a null prototype, which can affect code that assumes normal
Objectbehavior on axios config.Reviewed by Cursor Bugbot for commit 67066b7. Bugbot is set up for automated code reviews on this repo. Configure here.